home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / objects / fprint / p3fpskel.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  951 b   |  39 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/objects/fprint/p3fpskel.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/gadget/r3prpgad.js")
  7. var R3CLID_FPSKELGADGET = 1607;
  8.  
  9. R3FPSKELGM_SETTOUCH = 1607000;
  10.  
  11. function _R3FPSKELGM_SETTOUCH() {
  12.   return this.r3Do(R3FPSKELGM_SETTOUCH, arguments);
  13. }
  14.  
  15.  
  16. R3FPSKELGM_SETPHASE = 1607001;
  17.  
  18. function _R3FPSKELGM_SETPHASE() {
  19.   return this.r3Do(R3FPSKELGM_SETPHASE, arguments);
  20. }
  21.  
  22.  
  23. R3FPSKELGM_SETHANDNESS = 1607002;
  24.  
  25. function _R3FPSKELGM_SETHANDNESS() {
  26.   return this.r3Do(R3FPSKELGM_SETHANDNESS, arguments);
  27. }
  28.  
  29. function r3Fpskelgadget () { 
  30.    this.base = r3God;
  31.    if(arguments.length) {
  32.       this.base(R3CLID_FPSKELGADGET, arguments);
  33.    }
  34.    // Methods
  35.    this.SETTOUCH=_R3FPSKELGM_SETTOUCH;
  36.    this.SETPHASE=_R3FPSKELGM_SETPHASE;
  37.    this.SETHANDNESS=_R3FPSKELGM_SETHANDNESS;
  38.  
  39. // inc/plugins/objects/fprint/p3fpskel.h_H